home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00283.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  213 b   |  11 lines

  1. on exitFrame
  2.   global n
  3.   repeat with n = 13 down to 10
  4.     set the visible of sprite (n + 4) to 0
  5.   end repeat
  6.   repeat with n = 19 down to 18
  7.     set the visible of sprite n to 0
  8.   end repeat
  9.   unLoadCast()
  10. end
  11.